EPT: fix handling of super page level limit
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 6 May 2010 10:16:37 +0000 (11:16 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 6 May 2010 10:16:37 +0000 (11:16 +0100)
commitbceb7a68736d655ccb71563d890edecebec887f5
tree20ac9bd99c7740cd23e27b7acd41bd13dc87cc4b
parent3c83d63d987ece03545210ac23ff7a723e4f0243
EPT: fix handling of super page level limit

Just like for other global VMX controls, the maximum super page level
used must be globally consistent (and not change post-init).

Additionally, the original patch yet again introduced a message
printed on each CPU, which this patch moves to a place where it gets
issued just once.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/hvm/vmx/vmcs.c